@charset "utf-8";
/* CSS Document */
body,h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,form,fieldset,legend,button,input,textarea,th,td { margin: 0; padding: 0; border: 0;}
html { color: #000; }
html,body {width:100%;min-width:320px;}
body,button,input,select,textarea { margin:0; padding:0;  font-family: "微软雅黑","Microsoft Yahei", "Arial", "Verdana", "sans-serif";  font-size:12px; background:#fff}
ul,ol,li,dl,dd,dt{list-style: none;}
em { font-style: normal; }
a { text-decoration: none;outline:none; }
a:hover { text-decoration: underline; color:#e85300;}
legend { color: #000; }
fieldset,img { border: 0; }
label,button { cursor: pointer; }
/*解决IE图片缩放失真*/
img { -ms-interpolation-mode: bicubic; }
/*清除浮动*/
.clearfix:after { content: ''; display: block; height: 0; clear: both; }
.clearfix { zoom: 1; }
.clear { clear: both; }
/*连续英文、数字换行*/
.wordwrap { word-break: break-all; word-wrap: break-word; }
/*单行文字超出显示省略号*/
.omg{overflow: hidden; text-overflow: ellipsis; white-space:nowrap;}
img { border: 0; vertical-align: middle;  }
a{ color:#3a3a3a; text-decoration:none;}
a:hover{ color:#ea5504; text-decoration:none}
a:active{color:#ea5504;}

.fl{float:left;}
.fr{float:left;}

/* 设置滚动条的样式 */
::-webkit-scrollbar { width:4px;}/* 滚动槽 */
::-webkit-scrollbar-track { background-color:#f0f0f0; border-radius:0px;}/* 滚动条滑块 */
::-webkit-scrollbar-thumb { background-color:#6d6e70;}
::-webkit-scrollbar-thumb:window-inactive { background-color:#3c3c3c;}

@-webkit-keyframes bounce-up {
25% {-webkit-transform: translateY(5px);}
50%, 100% {-webkit-transform: translateY(0);}
75% {-webkit-transform: translateY(-5px);}
}
@keyframes bounce-up {
25% {transform: translateY(5px);}
50%, 100% {transform: translateY(0);}
75% {transform: translateY(-5px);}
}

input[type="button"], input[type="submit"], input[type="reset"] {-webkit-appearance: none;}
textarea {  -webkit-appearance: none;}
input{ border-radius: 0; } 

*,a,button,input{-webkit-tap-highlight-color:rgba(255,0,0,0);}
.wrap_z{display:none;width:100%;height:100%;background:rgba(0,0,0,.5);position:fixed;z-index:999;}

.top{position:fixed;top:0;left:0;right:0;width:100%;z-index:999999;width:100%;height:100px;line-height:100px;background:#fff;-webkit-box-shadow:0 3px 3px rgba(0,0,0,0.1);-moz-box-shadow:0 3px 3px rgba(0,0,0,0.1);-ms-box-shadow:0 3px 3px rgba(0,0,0,0.1);-o-box-shadow:0 3px 3px rgba(0,0,0,0.1);box-shadow:0 3px 3px rgba(0,0,0,0.1);}
.container{width:1300px;margin:0 auto;}
.top h1{width:340px;}
.top h1 a{display:block;width:100%;}
.top h1 a img{vertical-align:middle;}

nav{display:block; margin-left:50px;}
nav ul li{float:left;}
nav ul li a{display:block;padding:0 20px;font-size:14px;color:#888;outline:none;text-align:center;}
nav ul li a:hover{color:#ea5504;}
nav ul li a:active{color:#ea5504;}
nav ul li p span{display:none;}
nav .menu2{display:none;}

#header.downscrolled {position:fixed;top:0;left:0;right:0;width:100%;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";opacity:0;filter:alpha(opacity=0);top:-60px;max-width:1920px;margin:0 auto;z-index:999999;-webkit-transition:all 0.5s ease-in-out;-moz-transition:all 0.5s ease-in-out;-ms-transition:all 0.5s ease-in-out;-o-transition:all 0.5s ease-in-out;transition:all 0.5s ease-in-out;height:80px;line-height:80px;}
#header.downscrolled h1 img{vertical-align:top;}
#header.upscrolled {opacity:1;top:0;max-width:1920px;margin:0 auto;background:#fff;z-index:99999;-webkit-box-shadow:0 3px 3px rgba(0,0,0,0.1);-moz-box-shadow:0 3px 3px rgba(0,0,0,0.1);-ms-box-shadow:0 3px 3px rgba(0,0,0,0.1);-o-box-shadow:0 3px 3px rgba(0,0,0,0.1);box-shadow:0 3px 3px rgba(0,0,0,0.1);}

.btn-menu {display:none;float:right;position:relative;background:transparent;cursor:pointer;padding:40px 0;width:26px;height:16px;-webkit-transition:all ease .238s;-moz-transition:all ease .238s;transition:all ease .238s;}
.btn-menu:before,.btn-menu:after,.btn-menu span {background-color:#15416e;-webkit-transition:all ease .238s;-moz-transition:all ease .238s;transition:all ease .238s;}
.btn-menu:before,.btn-menu:after {content:'';position:absolute;top:0;height:2px;width:100%;left:0;top:50%;-webkit-transform-origin:50% 50%;-ms-transform-origin:50% 50%;transform-origin:50% 50%;}
.btn-menu span {position:absolute;width:100%;height:2px;left:0;top:50%;overflow:hidden;text-indent:200%;}
.btn-menu:before {-webkit-transform:translate3d(0,-7px,0);transform:translate3d(0,-7px,0);}
.btn-menu:after {-webkit-transform:translate3d(0,7px,0);transform:translate3d(0,7px,0);}
.btn-menu.active span {opacity:0;}
.btn-menu.active:before {background-color:#f06405;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);}
.btn-menu.active:after {background-color:#f06405;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);}

/*首页banner*/
.flickerplate {position:relative;width:100%;height:500px;background-color:#e6e6e6;overflow:hidden;margin-top:100px;}
.flickerplate ul.flicks {width:10000%;height:100%;padding:0px;margin:0px;list-style:none}
.flickerplate ul.flicks>li:nth-child(1){background-image:url(../images/banner1.jpg);}
.flickerplate ul.flicks>li:nth-child(2){background-image:url(../images/banner2.jpg);}	
.flickerplate ul.flicks>li {float:left;width:1%;height:100%;background-position:center;background-size:cover;display:table}
.flickerplate ul.flicks>li .flick-inner {height:100%;padding:10px;color:#fff;display:table-cell;vertical-align:middle}
.flickerplate ul.flicks>li .flick-inner .flick-content {max-width:68.75em;margin-left:auto;margin-right:auto}
.flickerplate ul.flicks>li .flick-title {padding:0px 0px;font-size:2.778em;line-height:1.995em;text-align:center}
@media only screen and (max-width:43.813em) {.flickerplate ul.flicks>li .flick-title {font-size:1.667em}}
.flickerplate ul.flicks>li .flick-sub-text {padding:5px;font-weight:300;line-height:2.5em;color:rgba(255,255,255,0.8);text-align:center}
.flickerplate ul.flicks>li .flick-title span.flick-block-text,.flickerplate ul.flicks>li .flick-sub-text span.flick-block-text {padding:12px 18px;background-color:rgba(0,0,0,0.6)}
.flickerplate .arrow-navigation {position:absolute;height:80%;width:10%;top:10%;z-index:100;overflow:hidden}
.flickerplate .arrow-navigation .arrow {display:block;height:100%;width:90%;-webkit-transition:all 0.2s ease-out;-moz-transition:all 0.2s ease-out;-o-transition:all 0.2s ease-out;-ms-transition:all 0.2s ease-out;transition:all 0.2s ease-out}
.flickerplate .arrow-navigation:hover,.flickerplate .arrow-navigation .arrow:hover {cursor:pointer}
.flickerplate .arrow-navigation.left {left:0%}
.flickerplate .arrow-navigation.left .arrow {opacity:0;margin:0px 0px 0px 50%;background-image:url("../images/arrow-left-light.png");background-repeat:no-repeat;background-position:left}
.flickerplate .arrow-navigation.right {right:0%}
.flickerplate .arrow-navigation.right .arrow {opacity:0;margin:0px 0px 0px -50%;background-image:url("../images/arrow-right-light.png");background-repeat:no-repeat;background-position:right}
.flickerplate .arrow-navigation.left.hover .arrow {opacity:1;margin:0px 0px 0px 20%}
.flickerplate .arrow-navigation.right.hover .arrow {opacity:1;margin:0px 0px 0px -20%}
.flickerplate .dot-navigation {position:absolute;bottom:25px;width:100%;text-align:center;z-index:100}
.flickerplate .dot-navigation ul {text-align:center;list-style:none;padding:0px 15px}
.flickerplate .dot-navigation ul li {display:inline-block;float:none}
.flickerplate .dot-navigation .dot {width:12px;height:12px;margin:0px 5px;border:2px solid rgba(255,255,255,0.5);border-radius:50%;-o-border-radius:50%;-ms-border-radius:50%;-moz-border-radius:50%;-webkit-border-radius:50%;-webkit-transition:background-color 0.2s ease-out;-moz-transition:background-color 0.2s ease-out;-o-transition:background-color 0.2s ease-out;-ms-transition:background-color 0.2s ease-out;transition:background-color 0.2s ease-out}
.flickerplate .dot-navigation .dot:hover {cursor:pointer;background-color:rgba(255,255,255,0.5)}
.flickerplate .dot-navigation .dot.active {background-color:rgb(255,255,255);border:2px solid rgb(255,255,255);}
.flickerplate .dot-navigation.left,.flickerplate .dot-navigation.left ul {text-align:left}
.flickerplate .dot-navigation.right,.flickerplate .dot-navigation.right ul {text-align:right}
.flickerplate.flicker-theme-dark .arrow-navigation.left .arrow {background-image:url("../images/arrow-left-dark.png")}
.flickerplate.flicker-theme-dark .arrow-navigation.right .arrow {background-image:url("../images/arrow-right-dark.png")}
.flickerplate.flicker-theme-dark .dot-navigation .dot {background-color:rgba(0,0,0,0.12)}
.flickerplate.flicker-theme-dark .dot-navigation .dot:hover {background-color:rgba(0,0,0,0.6)}
.flickerplate.flicker-theme-dark .dot-navigation .dot.active {background-color:#000}
.flickerplate.flicker-theme-dark ul.flicks li .flick-inner {color:rgba(0,0,0,0.9)}
.flickerplate.flicker-theme-dark ul.flicks li .flick-inner .flick-content .flick-sub-text {color:rgba(0,0,0,0.9)}
.flickerplate.flicker-theme-dark ul.flicks li .flick-inner .flick-content .flick-title span.flick-block-text,.flickerplate.flicker-theme-dark ul.flicks li .flick-inner .flick-content .flick-sub-text span.flick-block-text {background-color:rgba(255,255,255,0.5)}
.flickerplate ul.flicks li.flick-theme-dark .flick-inner {color:rgba(0,0,0,0.9)}
.flickerplate ul.flicks li.flick-theme-dark .flick-inner .flick-content .flick-sub-text {color:rgba(0,0,0,0.9)}
.flickerplate ul.flicks li.flick-theme-dark .flick-inner .flick-content .flick-title span.flick-block-text,.flickerplate ul.flicks li.flick-theme-dark .flick-inner .flick-content .flick-sub-text span.flick-block-text {background-color:rgba(255,255,255,0.5)}
.flickerplate.animate-transform-slide ul.flicks {-webkit-perspective:1000;-webkit-backface-visibility:hidden;transform:translate3d(0%,0px,0px);-webkit-transform:translate3d(0%,0px,0px);-webkit-transition:-webkit-transform 0.6s;-o-transition:-o-transform 0.6s;-moz-transition:-moz-transform 0.6s;transition:transform 0.6s}
.flickerplate.animate-transition-slide ul.flicks {position:relative;left:0%;-webkit-transition:left 0.4s ease-out;-moz-transition:left 0.4s ease-out;-o-transition:left 0.4s ease-out;-ms-transition:left 0.4s ease-out;transition:left 0.4s ease-out}
.flickerplate.animate-jquery-slide ul.flicks {position:relative;left:0%}
.flickerplate.animate-scroller-slide {padding-bottom:0px;overflow:auto}
.flickerplate.animate-scroller-slide ul.flicks {position:auto}

.h_product{width:1200px;margin:0 auto;padding-top:40px;}
.h_product .h_product_hd{margin-bottom:20px;}
.h_product .h_product_hd .tlt{float:left;position:relative;width:42%;overflow:hidden;}
.h_product .h_product_hd .tlt p{font-size:24px;color:#333;font-weight:bold;float:left;height:46px;line-height:46px;}
.h_product .h_product_hd .tlt span{display:block;font-size:14px;color:#999;float:left;height:46px;line-height:58px;padding-left:10px;text-transform : uppercase;}
.h_product .h_product_hd .tlt em{display:block;width:58px;height:2px;background:#f06403;position:absolute;bottom:0;left:0;}
.h_product .h_product_hd .search{float:right;width:42%;overflow:hidden;}
.h_product .h_product_hd .search .sr{width:300px;padding:0 10px;background:#f3f3f3;color:#999;font-size:14px;height:38px;line-height:38px;float:right;outline:none;border-radius:4px 0 0 4px;border:1px solid #ececec;}
.h_product .h_product_hd .search .tj{width:70px;height:40px;background:#f06405 url(../images/search_btn.png) center center no-repeat;font-size:0;cursor:pointer;float:right;border-radius:0 4px 4px 0;}
.h_product .h_product_hd .search .tj:hover{background:#f07905 url(../images/search_btn.png) center center no-repeat;}
.h_product ul.h_product_bd li{float:left;width:23%;margin-right:32px;margin-bottom:30px;position:relative;}
.h_product ul.h_product_bd li:nth-child(4n) {margin-right: 0px;}
.h_product ul.h_product_bd li>a{display:block;background:#f5f5f5;padding:10px 10px 60px;}
.h_product ul.h_product_bd li>a .pro_img{width:100%;height:220px;text-align:center;overflow:hidden;background:#fff;}
.h_product ul.h_product_bd li>a .pro_img img{vertical-align:middle;max-width:100%;max-height:100%;-webkit-transition-duration: 1s;
transition-duration: 1s;}
.h_product ul.h_product_bd li>a .pro_img .iblock {display:inline-block;height:100%;width:0;vertical-align:middle}
.h_product ul.h_product_bd li p{padding:5px 1%;position:absolute;bottom:0;left:0;width:98%;background:#7b7b7b;color:#fff;font-size:18px;height:50px;line-height:50px;text-align:center;transition-duration: .5s;-ms-transition-duration: .5s;-moz-transition-duration: .5s;-webkit-transition-duration: .5s;}
.h_product ul.h_product_bd li p span{display:block;height:50px;line-height:50px;overflow: hidden; text-overflow: ellipsis; white-space:nowrap;}
.h_product ul.h_product_bd li p span a{color:#fff;}
.h_product ul.h_product_bd li p em{display:none;font-size:16px;height:26px;line-height:26px;}
.h_product ul.h_product_bd li p em a{color:#fff;}

.h_product ul.h_product_bd li:hover p em{display:block;}
.h_product ul.h_product_bd li:hover p span{height:40px;line-height:40px;}
.h_product ul.h_product_bd li:hover .pro_img img{-webkit-transform: scale(1.1);-ms-transform: scale(1.1);transform: scale(1.1);transform:translate(0,-20px);-webkit-transform:translate(0,-20px);-ms-transform:translate(0,-20px);}
.h_product ul.h_product_bd li:hover p{height: 80px;background: #f06405;}

.h_news_wrap{background:#f5f5f5;width:100%;background-attachment: fixed;}
.h_news{width:1200px;margin:0 auto;padding:40px 0;}
.h_news .h_tlt1{width:100%;}
.h_news .h_tlt1 p{font-size:20px;font-weight:bold;color:#555;text-align:center;}
.h_news .h_tlt1 span{display:block;font-size:22px;font-weight:lighter;color:#999;text-align:center;height:40px;line-height:40px;}
.h_news .h_tlt1 em{display:block;width:58px;height:2px;background:#f06405;margin:0 auto;}
.h_news  .news_bd{padding-top:40px;overflow:hidden;}
.h_news  .news_bd .news_tj{width:48%;float:left;}
.h_news  .news_bd .news_tj .news_tj_img a{display:block;width:100%;height:210px;overflow:hidden;text-align:center;background:#ffffff;border-bottom:1px solid #f5f5f5;}
.h_news  .news_bd .news_tj .news_tj_img a img{width:100%;vertical-align:middle;transition-duration: 3s;-ms-transition-duration: 3s;-moz-transition-duration: 3s;-webkit-transition-duration: 3s;}
.h_news  .news_bd .news_tj .news_tj_img a:hover img{transform: scale(1.1,1.1);opacity: 0.5;}
.h_news  .news_bd .news_tj .news_tj_img a .iblock {display:inline-block;height:100%;width:0;vertical-align:middle}
.h_news  .news_bd .news_tj .news_tj_con{background:#ffffff;padding: 10px 20px 30px;}
.h_news  .news_bd .news_tj p a{display:block;width:100%;overflow: hidden; text-overflow: ellipsis; white-space:nowrap;font-size:18px;color:#333;font-weight:bold;height:50px;line-height:50px;}
.h_news  .news_bd .news_tj p a:hover{color:#f06405;}
.h_news  .news_bd .news_tj span{display:block;font-size:14px;color:#999;line-height:22px;background:#ffffff;height:66px;overflow:hidden;}
.h_news  .news_bd .news_tj em{display:block;font-size:14px;color:#c6c6c6;padding-top:10px;background:#ffffff;}
.h_news  .news_bd ul{width:50%;float:right;}
.h_news  .news_bd ul li{background:#ffffff;padding:24px;margin-bottom:20px;position:relative;}
.h_news  .news_bd ul li .news_time{position:absolute;left:24px;top:24px;width:90px;text-align:center;background:#cacaca;padding:10px 0;overflow:hidden;}
.h_news  .news_bd ul li .news_time p{font-size:24px;font-weight:bold;color:#fff;}
.h_news  .news_bd ul li .news_time span{font-size:14px;color:#fff;}
.h_news  .news_bd ul li .news_con{padding-left:110px;}
.h_news  .news_bd ul li .news_con p{font-size:15px;font-weight:bold;color:#555;overflow: hidden; text-overflow: ellipsis; white-space:nowrap;}
.h_news  .news_bd ul li .news_con span{display:block;font-size:14px;color:#999;line-height:22px;padding-top:5px;height:45px;overflow:hidden;}
.h_news  .news_bd ul li:hover .news_time{background:#f06405;}
.h_news  .news_bd ul li:hover .news_con p{color:#f06405}

.h_article{width:1200px;margin:0 auto;padding:40px 0;}
.h_article .h_tlt1{width:100%;}
.h_article .h_tlt1 p{font-size:20px;font-weight:bold;color:#555;text-align:center;}
.h_article .h_tlt1 span{display:block;font-size:22px;font-weight:lighter;color:#999;text-align:center;height:40px;line-height:40px;text-transform : uppercase}
.h_article .h_tlt1 em{display:block;width:58px;height:2px;background:#f06405;margin:0 auto;}
.h_article ul{width:100%;overflow:hidden;padding:40px 0 30px;}
.h_article ul li{float:left;width:23%;margin-right:32px;margin-bottom:30px;}
.h_article ul li:nth-child(4n) {margin-right: 0px;}
.h_article ul li .wrap{display:block;text-align:center;padding:20px;background:#f3f3f3;position:relative;-webkit-transition: all .3s;-moz-transition: all .1s;-o-transition: all .1s;transition: all .1s;}
.h_article ul li a div{font-size:15px;color:#555;font-weight:bold;padding-top:10px;-webkit-transition: all .1s;-moz-transition: all .1s;-o-transition: all .1s;transition: all .1s;overflow:hidden; white-space:nowrap;text-overflow:ellipsis;}
.h_article ul li p{font-size:14px;color:#999;line-height:22px;height:66px;overflow:hidden;margin:10px 0;-webkit-transition: all .1s;-moz-transition: all .1s;-o-transition: all .1s;transition: all .1s;}
.h_article ul li span{display:block;font-size:14px;color:#b6b6b6;padding-bottom:25px;-webkit-transition: all .1s;-moz-transition: all .2s;-o-transition: all .1s;transition: all .1s;}
.h_article ul li em{text-align:center;display:block;width:50px;height:50px;background:url(../images/article_icon.png) center center no-repeat;position:absolute;left:50%;margin-left:-25px;bottom:-25px;-webkit-transition: all .1s;-moz-transition: all .1s;-o-transition: all .1s;transition: all .1s;}
.h_article ul li .wrap:hover{background:#f06405;}
.h_article ul li .wrap:hover div{padding-top:15px;}
.h_article ul li .wrap:hover span{padding-bottom:20px;}
.h_article ul li .wrap:hover div,.h_article ul li .wrap:hover p,.h_article ul li .wrap:hover span{color:#fff;}
.h_article ul li .wrap:hover em{background:url(../images/article_icon2.png) center center no-repeat;}

.h_more{display:block;width:160px;height:35px;border:1px solid #eeeeee;background:url(../images/more1.png) center center no-repeat;margin:0 auto;}
.h_more:hover{background:#eeeeee url(../images/more1.png) center center no-repeat;border:1px solid #ffffff;}

.h_about_wrap{background:#f5f5f5;width:100%;padding-bottom:40px;}
.h_about{width:1200px;margin:0 auto;padding:40px 0;overflow:hidden;}
.h_about .h_about_img{float:left;width:29%;height:250px;display: flex;justify-content: center;align-items: center;display:-webkit-box;-webkit-box-pack:center;-webkit-box-align:center;}
.h_about .h_about_img img{max-width:100%;max-height:100%;}
.h_about .h_about_bd{float:right;width:69%;}
.h_about .h_about_bd .tlt{font-size:24px;color:#333;}
.h_about .h_about_bd .tlt2{font-size:14px;color:#999;}
.h_about .h_about_bd .conn{font-size:12px;color:#777;line-height:24px;height:120px;overflow:hidden;margin:20px 0;}
.h_about .h_about_bd .h_more{float:left;}
.h_about .h_about_bd .h_more:hover{border:1px solid #f5f5f5;}

.h_link_wrap{width:1200px;margin:0 auto;}
.h_link{background:#e2e2e2 url(../images/link.png) 20px 25px no-repeat;font-size:12px;color:#555;padding:20px 50px;line-height:22px;}
.h_link a{font-size:12px;color:#555;}
.h_link a:hover{color:#f06405;}

.youshi_wrap{background:#0c0c0c url(../images/youshi.jpg);background-position:top center;background-repeat: no-repeat;width:100%;background-size: cover;}
.youshi{width:1200px;margin:0 auto;padding:40px 0 40px;}
.youshi .tlt p{text-align:center;font-size:30px;color:#fff;height:60px;line-height:60px;}
.youshi .tlt span{display:block;height:3px;text-align:center;background:url(../images/tlt2.png) center center no-repeat;}
.youshi .tlt em{display:block;text-align:center;font-size:14px;color:#fff;padding:10px 0; }
.youshi ul{width:50%;margin:0 auto;overflow:hidden;padding-top:28px;}
.youshi ul li{float:left;width:21%;margin-right:30px;margin-bottom:30px;}
.youshi ul li:nth-child(4n) {margin-right: 0px;}
.youshi ul li a{display:block;cursor:default;}
.youshi ul li p{margin:0 auto;border-radius:50%;text-align:center;width:100px;height:100px;border:1px solid #fff;display: flex;justify-content: center;align-items: center;display:-webkit-box;-webkit-box-pack:center;-webkit-box-align:center;}
.youshi ul li p img{max-width:100%;}
.youshi ul li span{display:block;text-align:center;font-size:14px;color:#8f8f8f;height:46px;line-height:46px;}
.youshi .youshi_btn{text-align:center;}
.youshi .youshi_btn1{display:inline-block;width:204px;height:56px;background:rgba(255,255,255,.5) url(../images/order_icon.png) 40px center no-repeat;font-size:20px;line-height:56px;border-radius:4px;text-indent:60px;color:#dcdcdc;-webkit-transition: all .25s;-moz-transition: all .25s;-ms-transition: all .25s;-o-transition: all .25s;transition: all .25s;}
.youshi .youshi_btn2{display:inline-block;width:204px;height:56px;background:url(../images/kefu.png) 40px center no-repeat;font-size:20px;line-height:56px;border-radius:4px;text-indent:60px;color:#dcdcdc;margin-left:15px;border:1px solid #4e4e4e;}
.youshi .youshi_btn1:hover{background:#f06405 url(../images/order_icon.png) 40px center no-repeat;color:#fff;}
.youshi .youshi_btn2:hover{background:#333 url(../images/kefu.png) 40px center no-repeat;color:#fff;border:1px solid #333;}

.foot_wrap{background:#0c0c0c;width:100%;}
.foot{width:1200px;margin:0 auto;padding:20px 0;overflow:hidden;color:#989897;font-size:12px;}
.foot .foot_l{float:left;width:70%;}
.foot .foot_l a{color:#989897;font-size:12px;}
.foot .foot_l a:hover{color:#fff;}
.foot .foot_l .foot_nav{color:#989897;font-size:12px;line-height:28px;padding-top:10px;}
.foot .foot_l .foot_nav span{padding:0 5px;}
.foot .foot_l .foot_nav a{color:#989897;font-size:12px;}
.foot .foot_l .foot_nav a:hover{color:#fff;}
.foot .foot_r{float:right;width:20%;position:relative;padding-right:120px;padding-top:10px;}
.foot .foot_r p{line-height:24px;margin-bottom:5px;text-align:right;}
.foot .foot_r .f_code{position:absolute;right:0;top:0;width:94px;height:94px;}
.foot .foot_r .f_code img{width:100%;}

.ny_banner{width:100%;margin-top:100px;margin-bottom:20px;position:relative;}
.ny_banner img{width:100%;height:auto;}

.ny_banner .search{width:1200px;overflow:hidden;margin:0 auto;position: absolute;bottom: 10%;left: 50%;margin-left: -600px;}
.ny_banner .search .sr{width:300px;padding:0 10px;background:#f3f3f3;color:#999;font-size:14px;height:40px;line-height:22px;float:right;outline:none;border-radius:4px 0 0 4px;}
.ny_banner .search .tj{width:70px;height:40px;background:#f06405 url(../images/search_btn.png) center center no-repeat;font-size:0;cursor:pointer;float:right;border-radius:0 4px 4px 0;}
.ny_banner .search .tj:hover{background:#f07905 url(../images/search_btn.png) center center no-repeat;}

.ny_content{width:1200px;margin:0 auto;overflow:hidden;}
.ny_content .content_left{float:left;width:20%;}
.ny_content .content_left .c_tlt{height:60px;line-height:60px;text-align:center;font-size:20px;font-weight:bold;background:#f06405;color:#ffffff;margin-bottom:10px;}
.pro_mulu li a{display:block;height:40px;line-height:40px;text-align:left;padding:0 20px;background:#f1f1f1;color:#555;font-size:14px;margin-bottom:5px;overflow: hidden; text-overflow: ellipsis; white-space:nowrap;}
.pro_mulu li div a{background:#ffffff;height:30px;line-height:30px;font-size:12px;}
.pro_mulu a.pro_more{background:#ddd;display:block;text-align:center;height:40px;line-height:40px;}
.news_l{padding-bottom:20px;}
.news_l li a{display:block;font-size:12px;color:#555;padding-left:15px;background:url(../images/news_tb1.jpg) left center no-repeat;height:40px;line-height:40px;overflow: hidden; text-overflow: ellipsis; white-space:nowrap;border-bottom:1px dashed #dedede;}
.news_l li a:hover{color:#f06405;}

.ny_content .content_right{float:right;width:78%;}
.ny_content .content_right2{float:none;width:100%;padding-bottom:30px;}
.ny_content .content_right .bread_nav{overflow:hidden;height:40px;line-height:40px;margin-bottom:10px;border-bottom:1px solid #dedede;padding-bottom:5px;}
.ny_content .content_right .bread_nav h2{width:20%;font-size:20px;color:#333;float:left;font-weight:bold;}
.ny_content .content_right .bread_nav div{float:right;width:78%;text-align:right;color:#777;overflow:hidden;}
.ny_content .content_right .bread_nav div a{color:#555;}
.ny_content .content_right .bread_nav div a:hover{color:#f06405}
.ny_content .content_right .conn{color:#555;font-size:14px;line-height:28px;padding-top:10px;}
.ny_content .content_right .conn img{max-width:100% !important;height:auto !important;}

.new_inside {overflow:hidden;margin-bottom:30px;}
.new_inside li {width:100%;}
.news_box {position:relative;border-bottom:1px solid rgba(0,0,0,.06);background:transparent;height:180px;}
.news_txt {float:left;padding:36px 0 28px 14%;transition:all .3s ease-out 0s;}
.news_box:hover .news_txt {padding:36px 0 28px 16%;}
.news_txt span {font-size:16px;color:#717171;display:block;height:24px;overflow:hidden;margin-bottom:20px;transition:all .3s ease-out 0s;}
.news_box:hover .news_txt span {color:#333}
.news_box:hover .news_txt i {color:#999}
.news_txt i {color:#7D7D7D;font-style:normal;line-height:24px;height: 73px;display: block;overflow: hidden;}
.news_date {width:80px;float:right;font-family:"微软雅黑";color:#999;padding:36px 66px 0 0;transition:all .3s ease-out 0s;position:absolute;left:0;float:left;padding-top:30px;}
.news_box:hover .news_date {padding:36px 86px 0 0}
.arrow_left {position:absolute;top:90px;left:5px;width:35px;height:35px;text-align:center;border:1px solid #fff;transition:all .6s cubic-bezier(.215,.61,.355,1) 0s;background:url(../images/icon.png) no-repeat 9px 14px;}
.news_box:hover .arrow_left {border:1px solid #f06405;background:url(../images/icon_hover.png) no-repeat 9px 14px #f06405;}
.arrow_left i {width:14px;height:9px;display:block;margin:13px 0 0 11px;}
.news_date span {float:left;line-height:36px;height:36px;font-size:24px;font-family:"微软雅黑";}
.news_date i {float:left;color:#ABABAB;font-size:0;}
.news_txt span::before {width:35px;height:1px;content:'';background:#BFBFBF;position:absolute;top:48px;left:90px;transition:all 0.3s ease-out 0s;}
.news_box:hover .news_txt span::before {width:60px;transition:all 0.3s ease-out 0s;background:#7D7D7D;}
.news_box:hover .news_date span {color:#333;}
.news_box:hover .news_date {padding:30px 42px 0 0;}

.ny_content .content_right .conn .ny_news_tlt{text-align:center;font-size:20px;color:#555;padding:10px 0;}
.ny_news_time{text-align:center;font-size:12px;color:#999;padding-bottom:10px;border-bottom:1px dashed #dedede;margin-bottom:10px;}
.ny_news_ye{padding-top:30px;}
.ny_news_ye p{height:35px;line-height:35px;background:#f1f1f1;margin-bottom:10px;padding:0 20px;}

.ny_content .content_right .conn ul.h_product_bd{padding-top:20px;}
.ny_content .content_right .conn ul.h_product_bd li{float:left;width:30%;margin-right:45px;margin-bottom:30px;position:relative;}
.ny_content .content_right .conn ul.h_product_bd2 li{margin-right:60px;}
.ny_content .content_right .conn ul.h_product_bd li:nth-child(3n) {margin-right: 0px;}
.ny_content .content_right .conn ul.h_product_bd li>a{display:block;background:#f5f5f5;padding:10px 10px 60px;}
.ny_content .content_right .conn ul.h_product_bd li>a .pro_img{width:100%;height:220px;text-align:center;overflow:hidden;background:#fff;}
.ny_content .content_right .conn ul.h_product_bd li>a .pro_img img{vertical-align:middle;max-width:100%;max-height:100%;-webkit-transition-duration: 1s;
transition-duration: 1s;}
.ny_content .content_right .conn ul.h_product_bd li>a .pro_img .iblock {display:inline-block;height:100%;width:0;vertical-align:middle}
.ny_content .content_right .conn ul.h_product_bd li p{padding:5px 1%;position:absolute;bottom:0;left:0;width:98%;background:#7b7b7b;color:#fff;font-size:18px;height:50px;line-height:50px;text-align:center;transition-duration: .5s;-ms-transition-duration: .5s;-moz-transition-duration: .5s;-webkit-transition-duration: .5s;}
.ny_content .content_right .conn ul.h_product_bd li p span{display:block;height:50px;line-height:50px;overflow: hidden; text-overflow: ellipsis; white-space:nowrap;}
.ny_content .content_right .conn ul.h_product_bd li p span a{color:#fff;}
.ny_content .content_right .conn ul.h_product_bd li p em{display:none;font-size:16px;height:26px;line-height:26px;}
.ny_content .content_right .conn ul.h_product_bd li p em a{color:#fff;}

.ny_content .content_right .conn ul.h_product_bd li:hover p em{display:block;}
.ny_content .content_right .conn ul.h_product_bd li:hover p span{height:40px;line-height:40px;}
.ny_content .content_right .conn ul.h_product_bd li:hover .pro_img img{-webkit-transform: scale(1.1);-ms-transform: scale(1.1);transform: scale(1.1);transform:translate(0,-20px);-webkit-transform:translate(0,-20px);-ms-transform:translate(0,-20px);}
.ny_content .content_right .conn ul.h_product_bd li:hover p{height: 80px;background: #f06405;}

.page_list{margin-bottom:30px;}
.ly_msg h3{display:none;}

.content_right .conn .pro_name{font-size:24px;font-weight:normal;height:35px;line-height:35px;color:#f06405;margin-bottom:10px;}

.content_right .conn .proshow1{padding-top:40px;position:relative;}
.content_right .conn .proshow1 .js-silder{float:left;width:45%;margin-top:0 !important;border:1px solid #ddd;}
.proshow1 .js-silder .silder-scroll {width:100%;overflow:hidden;}
.proshow1 .js-silder .silder-main {position:relative;width:100%;overflow:hidden;min-height:inherit;}
.proshow1 .js-silder .silder-main-img {width:100%;text-align:center}
.proshow1 .js-silder .silder-main-img img {max-width:80% !important;vertical-align:middle}
.proshow1 .js-silder .silder-main-img .iblock {display:inline-block;height:100%;width:0;vertical-align:middle}
.proshow1 .js-silder .js-silder-ctrl {width:100%;text-align:center;position:absolute;bottom:15px;}
.proshow1 .js-silder .silder-ctrl-prev,.proshow1 .js-silder .silder-ctrl-next {position:absolute;top:-150px;width:8%;height:100%;vertical-align:middle;cursor:pointer;color:#fff;font-family:"宋体";font-size:52px;font-weight:600;text-shadow:#666 2px 2px 5px;}
.proshow1 .js-silder .silder-ctrl-prev {left:0;text-align:left;}
.proshow1 .js-silder .silder-ctrl-next {right:0;text-align:right;}
.proshow1 .js-silder .silder-ctrl-prev>span,.silder-ctrl-next>span {position:absolute;top:50%;margin-top:-40px;}
.proshow1 .js-silder .silder-ctrl-prev>span {left:0;}
.proshow1 .js-silder .silder-ctrl-next>span {right:0;}
.proshow1 .js-silder .silder-ctrl-con {display:inline-block;width:4%;padding:10px 0;margin:0 5px;cursor:pointer;}
.proshow1 .js-silder .silder-ctrl-con>span {display:block;line-height:0;text-indent:-9999px;overflow:hidden;padding:2px 0;cursor:pointer;background-color:#e4e4e4;}
.proshow1 .js-silder .silder-ctrl-con.active>span {background-color:#f06405;}
.proshow1 .prodesc p{font-size:14px;line-height:24px;margin-bottom:10px;}
.proshow1 .prodesc p.bt{font-size:20px;font-weight:bold;color:#f06405;}
.content_right .conn .proshow1 .prodesc{float:right;width:51%;}
.content_right .conn .proshow1 .prodesc p.desc{height:128px;overflow:hidden;}
.content_right .conn .proshow1 .pro_btn{padding-top:30px;overflow:hidden;}
.content_right .conn .proshow1 .pro_btn1{display:block;width:40%;margin-right:20px;height:55px;line-height:55px;text-align:center;font-size:16px;color:#fff;background:#f06405;border-radius:2px;float:left;border:1px solid #fff;}
.content_right .conn .proshow1 .pro_btn2{display:block;width:40%;margin-right:0;height:55px;line-height:55px;text-align:center;font-size:16px;background:#7b7b7b;color:#fff;border-radius:2px;float:left;border:1px solid #fff;}
.content_right .conn .proshow1 .pro_btn1:hover{background:#fff;border:1px solid #f06405;color:#f06405;}
.content_right .conn .proshow1 .pro_btn2:hover{background:#fff;border:1px solid #7b7b7b;color:#7b7b7b;}

.content_right .conn .xgcp{overflow:hidden;}
.content_right .conn .xgcp li{float:left;width:23%;margin-right:32px;margin-bottom:30px;border:1px solid #dedede;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}
.content_right .conn .xgcp li:nth-child(4n) {margin-right: 0px;}
.content_right .conn .xgcp li>a{display:block;}
.content_right .conn .xgcp li>a .pro_img{text-align:center}
.content_right .conn .xgcp li>a .pro_img img{vertical-align:middle;max-width:90%;}
.content_right .conn .xgcp li>a .pro_img img .iblock {display:inline-block;height:100%;width:0;vertical-align:middle;}
.content_right .conn .xgcp li p{font-size:18px;text-align:center;line-height:40px;overflow:hidden;}
.content_right .conn .xgcp li p span{display: block;height:42px;line-height:42px;overflow: hidden; text-overflow: ellipsis; white-space:nowrap;max-width:100%;padding:0 10px;}
.content_right .conn .xgcp li em{display:block;text-align:center;height:30px;line-height:30px;font-size:14px;color:#999;padding-bottom:10px;}
.content_right .conn .xgcp li em a{color:#999;}
.content_right .conn .xgcp li:hover{border:1px solid #f06405;}
.content_right .conn .xgcp li:hover em{color:#f06405;}

.tags_title{border-bottom:1px solid #DDD;margin:40px 0 30px;}
.tags_title span{width:80px;padding:0 15px;font-size:16px;text-align:center;height:45px;line-height:45px;margin-bottom: -1px;background:#fff;color:#f06405;display:block;margin-left: 5px;border: 1px solid #DDD;border-bottom:1px solid #ffffff;font-weight:bold;}

.proshow2{padding-top:20px;}
.proshow2 .prodetail_con{float:right;width: 77%;}
.proshow2 .prodetail_con .tags_title{margin:0;}
.proshow2 .prodetail_con .content{padding:30px 0;}
.proshow2 .prodetail_con .content img{max-width:80%;height:auto !important;}

.contact .tags_title{}
.contact .tags_title span{float:left;width:auto;cursor:pointer;}
.contact .tags_title span.ron{background:#f1f1f1;border: 1px solid #f1f1f1;border-bottom: 1px solid #DDD;color:#666;font-weight:normal;}
.contact .content2{display:none;}
.contact .content1 ul{}
.contact .content1 ul li{float: left;width:30%;margin-right: 45px;}
.contact .content1 ul li:nth-child(3n){margin-right:0;}
.contact .content1 ul li a{display:block;}
.contact .content1 ul li a em{display:block;float:left;width:60px;height:60px;border:1px solid #ddd;border-radius:50%;margin-right:15px;}
.contact .content1 ul li.lx1 em{background:url(../images/contact_tel.png) center center no-repeat;}
.contact .content1 ul li.lx2 em{background:url(../images/contact_email.png) center center no-repeat;}
.contact .content1 ul li.lx3 em{background:url(../images/contact_address.png) center center no-repeat;-webkit-animation: bounce-up 1.4s linear infinite;animation: bounce-up 1.4s linear infinite;}
.contact .content1 ul li a .wz{float:left;width:78%;}
.contact .content1 ul li a .wz p{font-size:20px;padding-bottom:10px;}
.contact .content1 ul li a .wz span{font-size:20px;}

.lx_dz { width:100%; overflow:hidden; margin:50px auto 20px; padding:0;}
.lx_dz .dz_map { width:97%; height:370px; overflow:hidden; margin:0 auto; padding:1%; border:1px solid #d9d9d9;}

.page_list{text-align:center;}
.page_list a{display:inline-block;padding:0 10px;background:#ddd;height:30px;line-height:30px;text-align:center;margin-right: 5px;}
.page_list input{display:inline-block;padding:0 5px;background:#f06405;width:40px !important;height:30px !important;line-height:30px;text-align:center;margin:0 5px;color:#fff;cursor:pointer;}
.page_list .p_input{display:inline-block;padding:0 5px;background:#ddd;height:30px;line-height:30px;text-align:center;margin:0 5px;color:#555;cursor:default;}

.ly_msg { width: 100%; overflow: hidden; margin: 0 auto 20px; padding: 0;}
.ly_msg h3 { width: 100%; height: 40px; overflow: hidden; line-height: 40px; margin: 0 auto; padding: 0; border-bottom: 1px solid #dfdfdf; color: #333; font-size: 14px; font-weight: bold; text-align: center;}
.ly_msg ul { width: 100%; overflow:hidden; margin: 20px auto; padding: 0;/* box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;*/}
.ly_msg ul li { width: 100%; overflow: hidden; margin: 0 auto 12px; padding: 0;}
.ly_msg ul li h4 { width:17%; height: 34px; overflow: hidden; line-height: 34px; margin: 0; padding: 0 20px 0 0; color: #333; font-size: 14px; text-align: right; float: left; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
.ly_msg ul li .msg_ipt1, .ly_msg ul li .msg_tara { width: 83%; overflow: hidden; margin: 0; padding-right: 20px; background:url(/images/tb_img.png) top right no-repeat; float: left; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
.ly_msg ul li .msg_ipt1 { height: 34px;}
.ly_msg ul li .msg_tara { height: 118px;}
.msg_ipt1 input, .msg_tara textarea { display: block; width: 100%; overflow: hidden; margin: 0; padding: 8px 15px; color: #666; font-size: 12px; border: 1px solid #dfdfdf; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
.msg_ipt1 input { height: 34px; line-height: 16px;}
.msg_tara textarea { height: 118px; line-height: 20px; resize: none;}
.ly_msg ul li .msg_ipt2 { width: 120px; height: 34px; overflow: hidden; margin-right: 10px; padding:0; float: left;}
.msg_ipt2 input { display: block; width: 120px; height: 34px; overflow: hidden; line-height: 16px; margin: 0; padding: 8px 15px; color: #666; font-size: 12px; border: 1px solid #dfdfdf; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
.ly_msg ul li a.yzm_img { display: block; width: 90px; height: 34px; overflow: hidden; margin: 0; padding-right: 20px; background:url(/images/tb_img.png) top right no-repeat; float: left;}
.ly_msg ul li .msg_btn { width:83%; overflow: hidden; margin: 0; padding: 0; float: left;}
.msg_btn input { display: block; width: 100px; height: 34px; overflow: hidden; line-height: 32px; margin: 20px 15px 0 0; padding: 0; background-color: #f0f0f0; color: #333; font-size: 13px; text-align: center; border: 1px solid #ccc; float: left;}
.ly_msg ul li .msg_ipt12 {width: 83%; height: 34px; overflow: hidden; margin: 0; padding-right: 20px; float: left; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
.msg_ipt12 input { height: 34px; line-height: 16px; display: block; width: 100%; overflow: hidden; margin: 0; padding: 8px 15px; color: #666; font-size: 12px; border: 1px solid #dfdfdf; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}

.cpzx .ly_msg ul li h4 {width: 10%;height: 45px;font-size:12px;}
.cpzx .ly_msg ul li .msg_ipt1, .ly_msg ul li .msg_tara {width: 90%;}
.cpzx .ly_msg ul li .msg_ipt1, .ly_msg ul li .msg_tara {width: 90% !important;}
.cpzx .ly_msg ul li .msg_ipt1 {height: 47px;}
.cpzx .msg_ipt1 input { height: 45px; line-height: 45px;}
.cpzx .ly_msg ul li .msg_ipt12 {width: 90% !important;height: 45px !important;}
.cpzx .msg_ipt12 input {height:45px;}
.cpzx .ly_msg ul li .msg_ipt1 select{height: 45px !important;}
.cpzx input{border-radius:2px;border:1px solid #fff !important;background:#f1f1f1;}
.cpzx textarea{border-radius:2px;border:1px solid #fff !important;background:#f1f1f1;}
.cpzx select{border-radius:2px;border:none !important;background:#f1f1f1;outline:none;text-indent:10px;}
.cpzx input:focus,.cpzx textarea:focus{border: 1px solid #dedede !important;}
.cpzx  .ly_msg ul li a.yzm_img img{height:100% !important;}
.cpzx .msg_btn input{width:150px;height:45px;line-height:45px;cursor:pointer;}
.cpzx .msg_btn input:first-child{background:#f07905;color:#fff;}
.cpzx  .msg_ipt2 input {height: 45px;}
.cpzx  .ly_msg ul li .msg_ipt2{height: 45px;}

/*悬浮链接*/
.suspension{position:fixed;z-index:999999999;right:0;bottom:85px;width:70px;height:240px;}
.suspension-box{position:relative;float:right;}
.suspension .a{display:block;width:55px;height:40px;padding:10px 0 5px;background-color:#f06405;margin-bottom:4px;cursor:pointer;outline:none;text-decoration:none;text-align:center;border-radius:2px;}
.suspension .a.active,
.suspension .a:hover{background:#f08705;}
.suspension .a .i{display:inline-block;width:44px;height:44px;background-image:url(../images/side_icon.png);background-repeat:no-repeat;}
.suspension .a-service .i{display:inline-block;width:20px;height:20px;background-image:url(../images/suspension-bg.png);background-repeat:no-repeat;background-position:0 0;}
.suspension .a span{display:block;width:100%;text-align:center;color:#fff;font-size:12px;padding-top:4px;}
.suspension .a-service-phone .i{display:inline-block;width:20px;height:20px;background-image:url(../images/suspension-bg.png);background-repeat:no-repeat;background-position:-27px 0;}
.suspension .a-qrcode .i{display:inline-block;width:20px;height:20px;background-position: -56px -12px;}
.suspension .a-cart .i{background-position:-88px 0;}
.suspension .a-top .i{background-position:-132px 0;}
.suspension .a-top{background:#D2D3D6;display:none;}
.suspension .a-top:hover{background:#c0c1c3;}
.suspension .d{display:none;width:240px;background:#fff;position:absolute;right:67px;border:1px solid #E0E1E5;border-radius:3px;box-shadow:0px 2px 5px 0px rgba(161, 163, 175, 0.11);}
.suspension .d .arrow{position:absolute;width:8px;height:12px;background:url(../images/side_bg_arrow.png) no-repeat;right:-8px;top:31px;}
.qrcode-img img{width:150px;margin:0 auto;}
.suspension .d-service{top:0;}
.suspension .d-service-phone{top:50px;}
.suspension .d-qrcode{top:78px;}
.suspension .d .inner-box{padding:8px 22px;}
.suspension .d-service-item{padding:4px 0;}
.suspension .d-service .d-service-item{border-bottom:none;}
.suspension .d-service-item .circle{width:44px;height:44px;border-radius:50%;overflow:hidden;background:#F1F1F3;display:block;float:left;}
.suspension .d-service-item .i-qq{width:44px;height:44px;background:url(../images/side_con_icon03.png) no-repeat center 15px;display:block;transition:all .2s;border-radius:50%;overflow:hidden;}
.suspension .d-service-item:hover .i-qq{background-position:center 3px;}
.suspension .d-service-item .i-tel{width:44px;height:44px;background:url(../images/side_con_icon02.png) no-repeat center center;display:block;}
.suspension .d-service-item p{float:left;width:112px;line-height:22px;font-size:15px;margin-left:12px;}
.suspension .d-service .d-service-item p{float:left;width:112px;line-height:44px;font-size:15px;margin-left:12px;}
.suspension .d-service-item .text{float:left;width:112px;line-height:22px;font-size:15px;margin-left:12px;}
.suspension .d-service-item .text .number{font-family:Arial,"Microsoft Yahei","HanHei SC",PingHei,"PingFang SC","Helvetica Neue",Helvetica,Arial,"Hiragino Sans GB","Heiti SC","WenQuanYi Micro Hei",sans-serif;}
.suspension .d-service-intro{padding-top:10px;}
.suspension .d-service-intro p{float:left;line-height:27px;font-size:12px;width:50%;white-space:nowrap;color:#888;}
.suspension .d-service-intro i{background:url(../images/side_con_icon01.png) no-repeat center center;height:27px;width:14px;margin-right:5px;vertical-align:top;display:inline-block;}
.suspension .d-qrcode{text-align:center;width:160px;}
.suspension .d-qrcode .inner-box{padding:10px 0;}
.suspension .d-qrcode p{font-size:14px;color:#999;padding-top:5px;}

/*小尺寸屏幕电脑*/
@media (max-width:1199px){
.aaaaa {display:none;}
.container {width: 95%;}
.top h1 {width:30%;}
nav{width:68%;}
nav ul li{padding:0;width:12.5%;}
nav ul li a {padding:0;width:100%;}
.flickerplate{height:335px;}
.h_product .h_product_hd .search {width: 57%;}
.h_product {width: 90%;}
.h_product ul.h_product_bd li {width: 21%;margin-right:5.33333%;}
.h_news {width: 90%;}
.h_article {width:90%;}
.h_article ul li{width: 21%;margin-right:5.33333%;}
.h_about {width: 90%;}
.h_link_wrap {width: 90%;}
.youshi {width: 90%;}
.youshi ul {width: 60%;}
.youshi ul li{width: 21%;margin-right:5.33333%;}

.foot {width: 90%;}
.foot .foot_l {width: 60%;}

.ny_banner .search{width:auto;top:auto;bottom:10%;left:auto;right:5%;margin-left:0;}
.suspension{display:none;}
#KFRightScreen{display:none !important;}
#KFCenterScreen{display:none !important;}
#KFBoxTitle{display:none !important;}
.custombox{display:none !important;}
.ny_content{width:95%;}
.ny_content .content_right .conn ul.h_product_bd li {width: 30%;margin-right: 5%;}
.content_right .conn .xgcp li{width: 21%;margin-right: 5.33333%;}
.contact .content1 ul li a .wz{width:60%;}
.silder-main{min-height:inherit;}

}

/*平板*/
@media (max-width:991px){
.flickerplate{height:380px;}
.flickerplate ul.flicks>li:nth-child(1){background-image:url(../images/banner_sj1.jpg) !important;}
.flickerplate ul.flicks>li:nth-child(2){background-image:url(../images/banner_sj2.jpg) !important;}	


.h_product ul.h_product_bd li {width: 49%;margin-right:2%;}
.h_product ul.h_product_bd li:nth-child(2n){margin-right: 0px;}
.h_news .news_bd .news_tj {width: 100%;float: none;margin-bottom:20px;}
.h_news .news_bd ul {width: 100%;float: none;}
.h_article ul li{width: 49%;margin-right:2%;}
.h_article ul li:nth-child(2n){margin-right: 0px;}
.youshi ul {width: 80%;}
}

@media (max-width:880px){	
/*导航菜单样式改变 begin*/
.aaaaa {display:none;}
.btn-menu {display:block;padding:0;}
.btn_menu_wrap{width:40px;height:40px;float:right;display: flex;justify-content: center;align-items: center;-webkit-box-pack:center;-webkit-box-align:center;margin-top:20px;}
.fullWidth{margin: 80px auto 0;}
nav{display:none;width:80%;height:100%;position:fixed;top:80px;right:0;z-index:9999999;background:#f5f5f5;border-top:2px solid #dedede;}
nav ul li{width:100%;float:none;position:relative;}
nav ul li p{height:40px;overflow:hidden;border-bottom:1px solid #e8e8e8;padding:0 20px;}
nav ul li p a{display:block;height:40px;line-height:40px;float:left;width:80%;padding:0;text-align:left;}
nav ul li p span{display:block;float:right;height:40px;line-height:40px;width:20%;text-align:right;cursor:pointer;}
nav ul li div.return{position:static;height:40px;line-height:40px;padding:0 20px;font-size:14px;color:#666;cursor:pointer;}
nav .menu2{display:block;position:absolute;top:0;left:0;background:#f5f5f5;width:100%;display:none;}
nav .menu2 a{font-size:14px;}
nav .menu2 li div.mulu2{position:absolute;top:0;left:0;background:#f5f5f5;width:100%;display:none;z-index:999;}
nav .menu2 li div.mulu2 a{height:40px;line-height:40px;border-bottom:1px solid #e8e8e8;text-align:left;padding:0 20px;}
/*导航菜单样式改变 end*/

.contact .content1 ul li {float: none;width: 100%;margin-right: 0;margin-bottom:20px;}
.contact .content1 ul li a .wz{width:75%;}
.contact .content1 ul li a .wz p {float:left;width:100%;line-height:26px;padding-right:10px;}
.contact .content1 ul li a .wz span {float:left;width:100%;line-height:26px;}
.contact .content1 ul li.lx3 a .wz span {float:left;line-height:30px;}
.lx_dz {margin: 20px auto 20px; }
.lx_dz .dz_map{height:270px;}
.ny_banner .search {width: auto;top: auto;bottom: 30%;left: auto;right: 50%;margin-right:-190px;}

}

/*手机*/
@media (max-width:767px){
.aaaaa {display:none;}
.top{height:80px;}
.top h1 {width: 80%;height:80px;overflow:hidden;line-height:80px;}
.top h1 a img{max-width:100%;max-height:100%;}

.flickerplate{height:240px;}

.h_product{padding-top:10px;}
.h_product .h_product_hd .tlt {float: none;width: 100%;}
.h_product .h_product_hd .tlt p {font-size: 20px;}
.h_product .h_product_hd .search {float: none;width: 100%;margin-top:20px;}
.h_product .h_product_hd .search .tj {width: 20%;}
.h_product .h_product_hd .search .sr {width: 76%;padding:0 1%;}

.h_product ul.h_product_bd li>a .pro_img {height: 150px;}
.h_product ul.h_product_bd li p{font-size: 16px;height: 30px;line-height: 30px;}
.h_product ul.h_product_bd li p span {height: 30px;line-height: 30px;}
.h_product ul.h_product_bd li p em{font-size: 14px;height: 15px;line-height: 15px;}
.h_product ul.h_product_bd li:hover p {height: 60px;}
.h_news {padding: 20px 0;}
.h_news .news_bd {padding-top: 20px;}
.h_article {padding: 20px 0;}
.h_article ul {padding: 20px 0 10px;}
.h_article ul li {width: 100%;margin-right: 0;}
.h_about {padding: 20px 0;}
.h_about_wrap {padding-bottom: 20px;}
.h_news .news_bd .news_tj .news_tj_img a {height: 150px;}
.h_news .news_bd ul li {padding: 15px;margin-bottom: 15px;}
.h_news .news_bd ul li .news_time {left: 15px;top: 15px;}
.youshi {padding: 20px 0 20px;}
.youshi ul {padding-top: 15px;}
.youshi ul {width: 100%;}
.youshi ul li {margin-bottom: 15px;margin-right:5%;}
.youshi ul li p{width:70px;height:70px;}
.youshi ul li p img {max-width: 70%;}
.youshi .youshi_btn1 {display: inline-block;width: 48%;height: 40px;font-size: 16px;line-height: 40px;border-radius: 4px;text-indent: 0;background: rgba(255,255,255,.5);}
.youshi .youshi_btn2 {display: inline-block;width: 48%;height: 40px;font-size: 16px;line-height: 40px;border-radius: 4px;text-indent: 0;color: #dcdcdc;margin-left: 2%;background: none;}
.youshi .youshi_btn1:hover{background:#f06405;color:#fff;}
.youshi .youshi_btn2:hover{background:#333;color:#fff;}
.foot .foot_l {float: none;width: 100%;text-align:center;}
.f_logo{display:inline-block;}
.foot .foot_l span{display:none;}
.foot .foot_l .foot_nav a{width:24%;display:inline-block;text-align:center;background:#3b3b3b;margin-bottom:5px;margin-right: 1%;}
.foot .foot_l .banquan{padding-top:5px;line-height:20px;}
.foot .foot_r{border-top:1px dashed #555555;padding-top:20px;margin-top:20px;}
.foot .foot_r {float: none;width: 70%;padding-right:30%;}
.foot .foot_r p {text-align: left;}
.foot .foot_r .f_code {top: 20px;}

.pro_mulu_wrap{display:none;}
.ny_content .content_left{float:none;width:100%;}
.ny_content .content_right{float:none;width:100%;}
.ny_banner .search{width:95%;right:auto;margin-right:0;}
.ny_banner .search .sr{width:68%;}
.ny_banner .search .tj{width:20%;}
.ny_content .content_right .bread_nav{overflow:visible;height:auto;line-height:24px;}
.ny_content .content_right .bread_nav h2{float:none;width:100%;}
.ny_content .content_right .bread_nav div{float:none;width:100%;text-align:left;line-height:15px;padding-top:5px;}
.ny_content .content_left .c_tlt{height:38px;line-height:38px;}
.news_txt{padding: 20px 0 20px 23%;}
.news_date{width:20%;padding: 20px 3% 0 0;}
.news_txt span::before{display:none;}
.news_txt span{margin-bottom: 10px;}
.news_txt i{height:50px;overflow:hidden;display:block;}
.news_box{height:auto;overflow: hidden;}
.arrow_left{top:auto;bottom:20px;}
.page_list a{margin-right:5px;}
.ny_content .content_right2{padding-bottom:0;}
.news_box:hover .news_txt {padding:20px 0 20px 23%;}
.news_box:hover .news_date {padding: 20px 3% 0 0;}

.content_right .conn .xgcp li{width:100%;margin-right:0;}
.ly_msg ul li h4{display:none;}
.cpzx .ly_msg ul li div{width:100% !important;}
.cpzx .ly_msg ul li .msg_ipt1, .ly_msg ul li .msg_tara{width:100% !important;}
.cpzx .ly_msg ul li .msg_ipt12{width:100% !important;}
.ly_msg ul li div.msg_ipt2{width:30% !important;}
.ly_msg ul li span{display:none;}
.ly_msg{margin: 0 auto 0 !important;}
.cpzx .msg_btn input{width:49%;margin-right:0;}
.cpzx .msg_btn input:first-child{margin-right:2%;}

.ny_content .content_right .conn ul.h_product_bd li{width: 49%;margin-right: 2%;}
/*.ny_content .content_right .conn ul.h_product_bd li:last-child{height:0;overflow:hidden;}*/
.ny_content .content_right .conn ul.h_product_bd li:nth-child(2n){margin-right:0 !important ;}
.ny_content .content_right .conn ul.h_product_bd li:nth-child(3n){margin-right: 2%;}
.ny_content .content_right .conn ul.h_product_bd li>a .pro_img{height:180px;}

.content_right .conn .proshow1{padding-top:20px;}
.content_right .conn .proshow1 .js-silder{float:none;width: 100%;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;padding-top:20px;padding-bottom:20px;}
.content_right .conn .proshow1 .prodesc{float:none;width: 100%;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;padding-top:15px;}
.content_right .conn .proshow1 .prodesc p.desc{height:74px;}
.content_right .conn .proshow1 .pro_btn{padding-top:15px;}
.content_right .conn .proshow1 .pro_btn1{height:44px;line-height:44px;}
.content_right .conn .proshow1 .pro_btn2{height:44px;line-height:44px;}
.tags_title{margin: 20px 0 30px;}
.proshow2 .prodetail_con{width:100%;}
.proshow2{padding-top:0;}
.proshow2 .prodetail_con .content{padding:10px 0;}

}


/*推荐产品*/



.ly_title { width:100%; overflow: hidden; margin: 0 auto 40px; padding: 0;}
.ly_title p { width:100%; overflow: hidden; margin: 0 auto; padding: 0; color: #000000; font-size: 32px; font-weight: bold; text-align: center;}
.ly_title p font { color:#0170e2;}
.ly_title span { display:block; width:100%; height: 20px; overflow: hidden; line-height: 20px; margin: 10px auto 0; padding: 0; color: #aaa; font-size: 14px; font-family: "Arial"; text-align: center;}

.ly_case_in{ text-align:center;width:96%;max-width: 1300px;
    margin: 0 auto;
    padding: 30px 0 30px;}
@media (max-width:1199px) {
.ly_case_in{padding: 40px 0 0;}
}
@media (max-width:992px) {
.ly_case .slideGroup4 .parBd ul li{padding:0 0 0.2rem;font-size: 0.2rem;}
}
@media (max-width:880px) {}
@media (max-width:767px) {
.ly_case .slideGroup4 .sPrev,.slideGroup4 .sNext{ display:none;}
.ly_case_in{padding: 25px 0 25px;}
}
.ly_case .slideGroup4 .slideBox{width:100%;height:100%; overflow:hidden; zoom:1; padding:0; position:relative;   }
.ly_case .slideGroup4 .sPrev,.slideGroup4 .sNext{position:absolute; left:0; top:50%;margin-top:-50px;width:30px; height:60px;background:url(../images/arrows1.png) center center no-repeat #097cf3; z-index:999;pointer-events:auto !important;background-size:34px;}
.ly_case .slideGroup4 .sNext{ left:auto; right:0; background:url(../images/arrows2.png) center center no-repeat #097cf3;background-size:34px;}
.ly_case .slideGroup4 .sPrev:hover,.slideGroup4 .sNext:hover{ }
.ly_case .slideGroup4 .parBd ul{zoom:1;display: flex;-webkit-transition-property: -webkit-transform;transition-property: -webkit-transform;-o-transition-property: transform;transition-property: transform;transition-property: transform,-webkit-transform;-webkit-box-sizing: content-box;box-sizing: content-box;z-index:99;}
.ly_case .slideGroup4 .parBd ul li{     margin: 0 0 0 0;
    float: left;
    _display: inline;
    overflow: hidden;
    text-align: center;
    background: #fff;
    padding: 0 0 15px;
    position: relative;
}
.ly_case .slideGroup4 .swiper-pagination{position:static;margin-top:20px;display:none;}

.swiper-wrapper .swiper-slide{float:left;width:23%;margin-right:32px;margin-bottom:30px;position:relative;}

.swiper-wrapper .swiper-slide>a{display:block;background:#f5f5f5;padding:10px 10px 60px;}
.swiper-wrapper .swiper-slide>a .pro_img{width:100%;height:220px;text-align:center;overflow:hidden;background:#fff;}
.swiper-wrapper .swiper-slide>a .pro_img img{vertical-align:middle;max-width:100%;max-height:100%;-webkit-transition-duration: 1s;
transition-duration: 1s;}
.swiper-wrapper .swiper-slide>a .pro_img .iblock {display:inline-block;height:100%;width:0;vertical-align:middle}
.swiper-wrapper .swiper-slide p{padding:5px 1%;position:absolute;bottom:0;left:0;width:98%;background:#7b7b7b;color:#fff;font-size:18px;height:50px;line-height:50px;text-align:center;transition-duration: .5s;-ms-transition-duration: .5s;-moz-transition-duration: .5s;-webkit-transition-duration: .5s;}
.swiper-wrapper .swiper-slide p span{display:block;height:50px;line-height:50px;overflow: hidden; text-overflow: ellipsis; white-space:nowrap;}
.swiper-wrapper .swiper-slide p span a{color:#fff;}
.swiper-wrapper .swiper-slide p em{display:none;font-size:16px;height:26px;line-height:26px;}
.swiper-wrapper .swiper-slide p em a{color:#fff;}

.swiper-wrapper .swiper-slide:hover p em{display:block;}
.swiper-wrapper .swiper-slide:hover p span{height:40px;line-height:40px;}
.swiper-wrapper .swiper-slide:hover .pro_img img{-webkit-transform: scale(1.1);-ms-transform: scale(1.1);transform: scale(1.1);transform:translate(0,-20px);-webkit-transform:translate(0,-20px);-ms-transform:translate(0,-20px);}
.swiper-wrapper .swiper-slide:hover p{height: 80px;background: #f06405;}



/**产品详情页产品图片切换**/
.prodetail_img { width:44%; height: 456px; margin: 0; padding: 0; float:left; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
#preview { width:100%; margin:0; text-align:center; position:relative;}
.list-h li { float:left;}
#spec-n5 { width:100%; height:70px; padding-top:10px; overflow:hidden;}
#spec-left { width:16px; height:70px; float:left; cursor:pointer; margin-top:3px;}
#spec-right { width:16px; height:70px; float:left;cursor:pointer; margin-top:3px;}
#spec-list { width:440px; float:left; overflow:hidden; margin-left:2px; display:inline;}
#spec-list ul {}
#spec-list ul li { float:left; display:inline; padding:0; width:18.4%; height:70px; margin:0 2% 0 0;}
#spec-list ul li:last-child { margin:0;}
#spec-list ul li p { width:100%; height:100%; overflow:hidden; margin:0; padding:0; border:1px solid #dfdfdf; position:relative; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
#spec-list ul li:hover p { border:1px solid #1f71c2;}
#spec-list ul li img { display:block; max-width:94%; max-height:94%; margin:auto; padding:0; position:absolute; left:0; top:0; right:0; bottom:0;}
/*jqzoom*/
.jqzoom { position:relative; width:100%; height:375px; overflow:hidden; padding:0; border:1px solid #dfdfdf; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
.jqzoom img { display:block; max-width:100%; max-height:100%; margin:auto; padding:0; position:absolute; left:0; top:0; right:0; bottom:0;}
.zoomdiv { z-index:100;position:absolute;top:1px;left:0px; border:1px solid #eaeaea;display:none;text-align:center;overflow: hidden; left:104%!important; top:0!important;}
.bigimg { }
.jqZoomPup { width:200px!important; height:200px!important; z-index:10;visibility:hidden;position:absolute;top:0px;left:0px;background:url(../images/mask.png) 0 0 repeat;opacity:0.5;-moz-opacity:0.5;-khtml-opacity:0.5;filter:alpha(Opacity=50);cursor:move;}
#spec-list { position:relative; width:100%; margin:0;}
#spec-list div { width:100%!important; height:70px!important; margin:0;}
#ceshi { display:block; margin:auto!important; left:0; top:0; bottom:0; right:0;}
.prodetail_img a.videoIco { left:20px!important; bottom:20px!important; z-index:99!important;}
.Warning { width:100%!important; height:100%!important;}


